object FormMsgReintento: TFormMsgReintento Left = 281 Top = 279 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Disco de rescate' ClientHeight = 103 ClientWidth = 398 Color = 14215660 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] Icon.Data = {} OldCreateOrder = False Position = poOwnerFormCenter Scaled = False OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 17 Top = 14 Width = 32 Height = 32 Picture.Data = {} Transparent = True end object LbMsgError: TLabel Left = 66 Top = 10 Width = 320 Height = 13 Caption = 'Mensaje de error' Constraints.MinWidth = 320 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False Transparent = True WordWrap = True end object LbMsgSugerencia: TLabel Left = 68 Top = 36 Width = 320 Height = 13 Caption = 'Sugerencia. !!!CONTROLES AJUSTADOS POR C�DIGO!!!' Constraints.MinWidth = 320 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False Transparent = True WordWrap = True end object BtCancel: TPlaButton Left = 297 Top = 74 Width = 90 Height = 21 Anchors = [akRight, akBottom] Caption = '&Cancelar' TabOrder = 0 Cancel = True ModalResult = 2 end object BtReintentar: TPlaButton Left = 195 Top = 74 Width = 90 Height = 21 Anchors = [akRight, akBottom] Caption = '&Reintentar' TabOrder = 1 Default = True ModalResult = 4 end end